.footer-theme .footer-theme-head {
    display: grid;
    grid-template-columns: 450px 220px 230px;
    place-content: center;
    background: #f7f7f7;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: rgb(224 224 224);
    border-style: solid;
    border-width: 1px;
    border-top: rgb(224 224 224);
}
.container-data-contact-me-footer-theme ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 5px 10px;
}
.container-data-contact-me-footer-theme li a {
    color: #333333;
    transition: all .3s ease;
}
.container-second-footer-theme, .container-third-footer-theme {
    padding: 0px 11px;
}
.container-third-footer-theme ul li a:hover, .container-second-footer-theme ul li a:hover, .container-first-information ul li a:hover {
    color: #fc6998;
}
.container-second-footer-theme h3, .container-third-footer-theme h3 {
    font-size: 1.25rem;
}
.container-second-footer-theme ul, .container-third-footer-theme ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.container-second-footer-theme ul a, .container-third-footer-theme ul a, .container-data-contact-me-footer-theme ul a {
    color: #838383;
}
.container-first-information .container-img-footer-theme {
    width: 375px;
    height: 100px;
    /* margin: auto; */
}
.container-first-information div img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.container-red-socials-footer-theme ul {
    display: flex;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}
.container-red-socials-footer-theme li {
    height: 35px;
    background: #fc6998;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.container-red-socials-footer-theme li i {
    color: #fff;
}
.footer-theme-end {
    display: block;
    gap: 2px;
    background: #fc6998;
    padding: 15px 10px;
    color: #fff;
}
.footer-theme-end .copyright {
    display: block;
    margin: auto;
    width: max-content;
}
.footer-theme-end span p {
    display: inline-block;
    margin: 0;
}

.copyright a {
    color: #223645;
    font-weight: 700;
}
@media (max-width: 1024px) {
    .footer-theme .footer-theme-head {
        grid-template-columns: 100%;
        gap: 25px;
    }
    .container-first-information {
        width: 100%;
    }
    .container-second-footer-theme {
        width: 100%;
    }
    .container-third-footer-theme {
        width: 100%;
    }
    .container-first-information .container-img-footer-theme {
        margin: auto;
    }
    .container-data-contact-me-footer-theme {
        margin: auto;
    }
    .container-red-socials-footer-theme ul {
        justify-content: center;
    }
    .container-second-footer-theme h3, .container-third-footer-theme h3 {
        text-align: center;
    }
    .container-second-footer-theme ul, .container-third-footer-theme ul, .container-data-contact-me-footer-theme ul {
        width: max-content;
        margin: auto;
        text-align: center;
    }
    .footer-theme-end .copyright {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .footer-theme-end {
        display: flex;
    }
}

@media (max-width: 768px) {
}

@media (max-width: 640px) {
    .container-first-information .container-img-footer-theme {
        width: 276px;
    }
}